home *** CD-ROM | disk | FTP | other *** search
- ; E! for Windows version 2.0
- ; Syntax Highlighting Definition file for Windows Resource Scripts
- ; ////////////////////////////////////////////////////////////////
-
- ; Comments
-
- Comment /* */
- Comment //
-
- ; To define constants, use a regular expression. The syntax is the same as
- ; described in the EW documentation.
-
- Const [0-9]#
- Const 0x[0-9a-fA-F]
-
- ; String delimiters
-
- StringDelimiter "
- TokenDelimiters "',;.:*[]<>()=/+-#%|&!
- EscapeChar \
-
- ; Language keywords
-
- Keyword Accelerators
- Keyword Begin
- Keyword Bitmap
- Keyword Block
- Keyword Caption
- Keyword Checkbox
- Keyword Class
- Keyword ComboBox
- Keyword Control
- Keyword CText
- Keyword Cursor
- Keyword DefPushButton
- Keyword Dialog
- Keyword EditText
- Keyword End
- Keyword Font
- Keyword GroupBox
- Keyword Icon
- Keyword ListBox
- Keyword LText
- Keyword Menu
- Keyword MenuItem
- Keyword Popup
- Keyword PushButton
- Keyword RadioButton
- Keyword RCData
- Keyword RText
- Keyword ScrollBar
- Keyword Separator
- Keyword StringTable
- Keyword Style
- Keyword Value
- Keyword VersionInfo
-
- ; The following provides support for Borland's BRC compiler
-
- Keyword {
- Keyword }
-
- ; We use the Function section to assign a color to secondary keywords
-
- Function ALT
- Function ASCII
- Function CHECKED
- Function CONTROL
- Function DISCARDABLE
- Function FILEFLAGS
- Function FILEFLAGSMASK
- Function FILEOS
- Function FILESUBTYPE
- Function FILETYPE
- Function FILEVERSION
- Function FIXED
- Function GRAYED
- Function HELP
- Function INACTIVE
- Function LOADONCALL
- Function MENUBARBREAK
- Function MENUBREAK
- Function MOVEABLE
- Function NOINVERT
- Function PRELOAD
- Function PRODUCTVERSION
- Function SHIFT
- Function VIRTKEY
-
- ; User Defined tokens (set #1) - We use this group to assign a color
- ; to the compiler directives
-
- UserFunc1 ifdef
- UserFunc1 ifndef
- UserFunc1 include
- UserFunc1 if
- UserFunc1 elif
- UserFunc1 define
- UserFunc1 else
- UserFunc1 endif
- UserFunc1 undef
-
- ; User Defined tokens (set #2)
- ; UserFunc2 xxxxx
-